Conversation
| - wget -O miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh | ||
| - bash miniconda.sh -b -p /workflow/miniconda | ||
| - eval "$(/workflow/miniconda/bin/conda shell.bash hook)" | ||
| - git clone https://github.com/RAGEN-AI/RAGEN.git |
There was a problem hiding this comment.
RAGEN is using Git submodules, we don't need them here, right?
There was a problem hiding this comment.
Yes, RAGEN is using submodules, and it pulls them in scripts/setup_ragen.sh
| @@ -0,0 +1,119 @@ | |||
| # Agent Fine Tuning | |||
There was a problem hiding this comment.
Should we call it Ray instead of Agent Fine-Tuning or Ray+RAGEN
Then, let's move this example to examples/distributed-training/ray or examples/distributed-training/ray-ragen?
Also, ensure, we update examples.md and add it as a section Disstributed training (and feature it in the website footer too)
There was a problem hiding this comment.
I prefer examples/distributed-training/ray-ragen
There was a problem hiding this comment.
@peterschmidt85 We currently have examples/clusters. Should I rename it to examples/distributed-training? and then add examples/distributed-training/ray-ragen
There was a problem hiding this comment.
I suggest that we add Distributed training (and examples/distributed-training) in addition to Clusters (and examples/clusters)
Co-authored-by: Andrey Cheptsov <54148038+peterschmidt85@users.noreply.github.com>
Co-authored-by: Andrey Cheptsov <54148038+peterschmidt85@users.noreply.github.com>
I have added task example with basic README.md for review purpose only.